Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MemoryGraphFragment.java #673

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

Spectre-ak
Copy link

Fixes #628

Changes: Used two flags to stop the graph plotting when menu bar's option is clicked.

Screenshot/s for the changes:
NeuroLab
Checklist:

  • I have used resources from strings.xml, dimens.xml and colors.xml without hard-coding them
  • No modifications done at the end of resource files strings.xml, dimens.xml or colors.xml
  • I have reformatted code in every file included in this PR [CTRL+ALT+L]
  • My code does not contain any extra lines or extra spaces
  • I have requested reviews from other members

APK for testing: app-debug.zip

Unintentional resume of plotting of graph fossasia#628
Fixed:
Graph plotting resumes once the menu bar's option is clicked after
plotting of the graph was stopped.
Copy link
Contributor

@CloudyPadmal CloudyPadmal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @Spectre-ak, var is not a proper variable name. Please change it to something that makes sense. Also, reformat the code. Better follow some good tutorial on coding practices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unintentional resume of plotting of graph
2 participants